All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.FontManager

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.app.FontManager

public class FontManager
extends NativeObject
This class wraps the Objective-C class NSFontManager.


Variable Index

 o BoldMask
 o CompressedMask
 o CondensedMask
 o ExpandedMask
 o FixedPitchMask
 o ItalicMask
 o NarrowMask
 o NonStandardCharacterSetMask
 o PosterMask
 o SmallCapsMask
 o UnboldMask
 o UnitalicMask

Constructor Index

 o FontManager()
This default constructor is equivalent to Objective-C's [[NSFontManager alloc] init].
 o FontManager(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.

Method Index

 o action()
A wrapper for the - action Objective-C instance method.
 o addFontTrait(Object)
A wrapper for the - addFontTrait: Objective-C instance method.
 o availableFontNamesWithTraits(int)
A wrapper for the - availableFontNamesWithTraits: Objective-C instance method.
 o availableFonts()
A wrapper for the - availableFonts Objective-C instance method.
 o convertFont(Font)
A wrapper for the - convertFont: Objective-C instance method.
 o convertFontToFace(Font, String)
A wrapper for the - convertFont:toFace: Objective-C instance method.
 o convertFontToFamily(Font, String)
A wrapper for the - convertFont:toFamily: Objective-C instance method.
 o convertFontToHaveTrait(Font, int)
A wrapper for the - convertFont:toHaveTrait: Objective-C instance method.
 o convertFontToNotHaveTrait(Font, int)
A wrapper for the - convertFont:toNotHaveTrait: Objective-C instance method.
 o convertFontToSize(Font, float)
A wrapper for the - convertFont:toSize: Objective-C instance method.
 o convertWeight(boolean, Font)
A wrapper for the - convertWeight:ofFont: Objective-C instance method.
 o delegate()
A wrapper for the - delegate Objective-C instance method.
 o fontMenu(boolean)
A wrapper for the - fontMenu: Objective-C instance method.
 o fontNamedHasTraits(String, int)
A wrapper for the - fontNamed:hasTraits: Objective-C instance method.
 o fontPanel(boolean)
A wrapper for the - fontPanel: Objective-C instance method.
 o fontWithFamily(String, int, int, float)
A wrapper for the - fontWithFamily:traits:weight:size: Objective-C instance method.
 o isEnabled()
A wrapper for the - isEnabled Objective-C instance method.
 o isMultiple()
A wrapper for the - isMultiple Objective-C instance method.
 o modifyFont(Object)
A wrapper for the - modifyFont: Objective-C instance method.
 o modifyFontViaPanel(Object)
A wrapper for the - modifyFontViaPanel: Objective-C instance method.
 o orderFrontFontPanel(Object)
A wrapper for the - orderFrontFontPanel: Objective-C instance method.
 o removeFontTrait(Object)
A wrapper for the - removeFontTrait: Objective-C instance method.
 o selectedFont()
A wrapper for the - selectedFont Objective-C instance method.
 o sendAction()
A wrapper for the - sendAction Objective-C instance method.
 o setAction(Selector)
A wrapper for the - setAction: Objective-C instance method.
 o setDelegate(Object)
A wrapper for the - setDelegate: Objective-C instance method.
 o setEnabled(boolean)
A wrapper for the - setEnabled: Objective-C instance method.
 o setFontMenu(Menu)
A wrapper for the - setFontMenu: Objective-C instance method.
 o setSelectedFont(Font, boolean)
A wrapper for the - setSelectedFont:isMultiple: Objective-C instance method.
 o sharedFontManager()
A wrapper for the + sharedFontManager Objective-C class method.
 o traitsOfFont(Font)
A wrapper for the - traitsOfFont: Objective-C instance method.
 o weightOfFont(Font)
A wrapper for the - weightOfFont: Objective-C instance method.

Variables

 o ItalicMask
 public static final int ItalicMask
 o BoldMask
 public static final int BoldMask
 o UnboldMask
 public static final int UnboldMask
 o NonStandardCharacterSetMask
 public static final int NonStandardCharacterSetMask
 o NarrowMask
 public static final int NarrowMask
 o ExpandedMask
 public static final int ExpandedMask
 o CondensedMask
 public static final int CondensedMask
 o SmallCapsMask
 public static final int SmallCapsMask
 o PosterMask
 public static final int PosterMask
 o CompressedMask
 public static final int CompressedMask
 o FixedPitchMask
 public static final int FixedPitchMask
 o UnitalicMask
 public static final int UnitalicMask

Constructors

 o FontManager
 protected FontManager(boolean shouldAllocate,
                       int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o FontManager
 public FontManager()
This default constructor is equivalent to Objective-C's [[NSFontManager alloc] init].

Methods

 o sharedFontManager
 public static native FontManager sharedFontManager()
A wrapper for the + sharedFontManager Objective-C class method.

 o isMultiple
 public native boolean isMultiple()
A wrapper for the - isMultiple Objective-C instance method.

 o selectedFont
 public native Font selectedFont()
A wrapper for the - selectedFont Objective-C instance method.

 o setSelectedFont
 public native void setSelectedFont(Font fontObj,
                                    boolean flag)
A wrapper for the - setSelectedFont:isMultiple: Objective-C instance method.

 o setFontMenu
 public native void setFontMenu(Menu newMenu)
A wrapper for the - setFontMenu: Objective-C instance method.

 o fontMenu
 public native Menu fontMenu(boolean create)
A wrapper for the - fontMenu: Objective-C instance method.

 o fontPanel
 public native FontPanel fontPanel(boolean create)
A wrapper for the - fontPanel: Objective-C instance method.

 o fontWithFamily
 public native Font fontWithFamily(String family,
                                   int traits,
                                   int weight,
                                   float size)
A wrapper for the - fontWithFamily:traits:weight:size: Objective-C instance method.

 o traitsOfFont
 public native int traitsOfFont(Font fontObj)
A wrapper for the - traitsOfFont: Objective-C instance method.

 o weightOfFont
 public native int weightOfFont(Font fontObj)
A wrapper for the - weightOfFont: Objective-C instance method.

 o availableFonts
 public native Array availableFonts()
A wrapper for the - availableFonts Objective-C instance method.

 o convertFont
 public native Font convertFont(Font fontObj)
A wrapper for the - convertFont: Objective-C instance method.

 o convertFontToSize
 public native Font convertFontToSize(Font fontObj,
                                      float size)
A wrapper for the - convertFont:toSize: Objective-C instance method.

 o convertFontToFace
 public native Font convertFontToFace(Font fontObj,
                                      String typeface)
A wrapper for the - convertFont:toFace: Objective-C instance method.

 o convertFontToFamily
 public native Font convertFontToFamily(Font fontObj,
                                        String family)
A wrapper for the - convertFont:toFamily: Objective-C instance method.

 o convertFontToHaveTrait
 public native Font convertFontToHaveTrait(Font fontObj,
                                           int trait)
A wrapper for the - convertFont:toHaveTrait: Objective-C instance method.

 o convertFontToNotHaveTrait
 public native Font convertFontToNotHaveTrait(Font fontObj,
                                              int trait)
A wrapper for the - convertFont:toNotHaveTrait: Objective-C instance method.

 o convertWeight
 public native Font convertWeight(boolean upFlag,
                                  Font fontObj)
A wrapper for the - convertWeight:ofFont: Objective-C instance method.

 o isEnabled
 public native boolean isEnabled()
A wrapper for the - isEnabled Objective-C instance method.

 o setEnabled
 public native void setEnabled(boolean flag)
A wrapper for the - setEnabled: Objective-C instance method.

 o action
 public native Selector action()
A wrapper for the - action Objective-C instance method.

 o setAction
 public native void setAction(Selector aSelector)
A wrapper for the - setAction: Objective-C instance method.

 o sendAction
 public native boolean sendAction()
A wrapper for the - sendAction Objective-C instance method.

 o setDelegate
 public native void setDelegate(Object anObject)
A wrapper for the - setDelegate: Objective-C instance method.

 o delegate
 public native Object delegate()
A wrapper for the - delegate Objective-C instance method.

 o fontNamedHasTraits
 public native boolean fontNamedHasTraits(String fName,
                                          int someTraits)
A wrapper for the - fontNamed:hasTraits: Objective-C instance method.

 o availableFontNamesWithTraits
 public native Array availableFontNamesWithTraits(int someTraits)
A wrapper for the - availableFontNamesWithTraits: Objective-C instance method.

 o addFontTrait
 public native void addFontTrait(Object sender)
A wrapper for the - addFontTrait: Objective-C instance method.

 o removeFontTrait
 public native void removeFontTrait(Object sender)
A wrapper for the - removeFontTrait: Objective-C instance method.

 o modifyFontViaPanel
 public native void modifyFontViaPanel(Object sender)
A wrapper for the - modifyFontViaPanel: Objective-C instance method.

 o modifyFont
 public native void modifyFont(Object sender)
A wrapper for the - modifyFont: Objective-C instance method.

 o orderFrontFontPanel
 public native void orderFrontFontPanel(Object sender)
A wrapper for the - orderFrontFontPanel: Objective-C instance method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index